﻿.demo
{
    padding: 0px;
    margin-top: 23px;
}
.box
{
    position: relative;
    perspective: 1000px;
}
.box .box-img
{
    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
}
.box:hover .box-img
{
    transform: rotateY(-90deg);
}
.box .box-img img
{
    width: 385px;
    height: 385px;
}
.box .box-content
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
}
.box .box-content .tit04Wrap
{
    width: 385px;
    margin-left: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.box .box-content .mask02
{
    width: 385px;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    bottom: 0;
    left: -4px;
    background-color: rgb(21, 126, 251);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: all 1s ease-in-out; /* Safari and Chrome */ /* Opera */
    transition: all 1s ease-in-out;
}
.box .box-content .detail03
{
    color: #fff;
    height: 100%;
    width: 385px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.box .box-content .tit04
{
    width: 385px;
    height: 40px;
    border-bottom: 1px solid #fff;
    font: 16px/40px "微软雅黑";
    color: #fff;
    overflow: hidden;
    margin-top: 0px;
    line-height: 40px;
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: all 1s ease-in-out; /* Safari and Chrome */ /* Opera */
    transition: all 1s ease-in-out;
}
.box .box-content .tit10
{
    width: 365px;
    height: 40px;
    margin-left: 10px;
    font: 14px/40px "微软雅黑";
    color: #fff;
    overflow: hidden;
    margin-top: 0px;
    line-height: 20px;
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: all 1s ease-in-out; /* Safari and Chrome */ /* Opera */
    transition: all 1s ease-in-out;
}
.box .box-content .part03
{
    font: 12px/22px "宋体";
    color: #fff;
}

.box .box-content .mt10
{
    margin-top: 10px;
}
.box:hover .box-content
{
    transform: rotateY(0);
}
.box .title
{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.box .description
{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.box .title:after, .box .description:after
{
    content: "";
    width: 80%;
    display: block;
    border-bottom: 1px solid #fff;
    margin: 15px auto;
}
.box .social-links
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.box .social-links li
{
    display: inline-block;
    margin: 0 10px;
}
.box .social-links li a
{
    font-size: 20px;
    color: #a6a6a6;
}
.box .social-links li a:hover
{
    text-decoration: none;
    color: #fff;
}
@media only screen and (max-width: 990px)
{
    .box
    {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 479px)
{
    .box .box-content
    {
        padding: 20px;
    }
}
.rswt a
{
    border: 1px solid #2676c3;
    border-radius: 5px;
    color: #2676c3;
    display: inline-block;
    line-height: normal;
    padding: 0 5px;
    margin-right: 13px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.rswt a:hover
{
    color: #d70000;
    text-decoration: none;
}

.wtneirong
{
    
}
.wtneirong h1
{
    text-align:center;
    margin:10px;
    font:bold 16px/35px "微软雅黑";
    color:#333;
    font-weight:normal;
}